home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bltw121.zip / !README < prev    next >
Text File  |  1995-01-09  |  3KB  |  89 lines

  1. 9-Jan-95
  2. Windows version has the new 1.21 LIB, the other files remain the same.
  3. Included is the new .C and .H files that will be used by future
  4. Bullet/Win versions (can be used now with this version).  The new .H
  5. is being used by the DOS and OS/2 versions now.  See file NEW_HDR.ZIP.
  6.  
  7. Topics covered:  What's Different from the DOS version; Start-Up;
  8. Distribution; History.
  9.  
  10. - What's Different from the DOS version
  11.  
  12. Bullet for Windows operates exactly like the DOS version except:
  13.  
  14. 1. Windows version makes use of DPMI INT31/2 for translating collate table.
  15.  
  16. Essentially, Bullet for DOS and Bullet for Windows are functionally equivalent.
  17. Bullet for DOS is included with all orders of Bullet for Windows.
  18.  
  19.  
  20. - Start-Up
  21.  
  22. Have all the archive files listed in !PACKLST in an empty directory
  23. for the installation.  Run WINSTALL.EXE from DOS.  Follow the instructions,
  24. and after a couple of keypresses, WBULLET.LIB is ready to go to work.
  25. After a successful install, move the HLP file to your help files' directory;
  26. the LIB to your LIB directory; the H to your INCLUDE directory; and the
  27. samples to where you want to test them -- actually, you can put the files
  28. where ever you want.  The samples were compiled using the VC1.5 compiler,
  29. and the QuickWin Windows library.  Borland's EasyWin can also be used.
  30. Remember to align any and all Bullet structures to byte-alignment.  Watcom
  31. users will need to make their own tests until some MFC samples are available.
  32.  
  33. Any problems with Bullet operating as expected should be directed to me at
  34. the BBS Bullet conference, or through e-mail (see EMAIL.ADR file).  Read
  35. the documentation first, though.
  36.  
  37.  
  38. - Distribution
  39.  
  40. The shareware versions of Bullet, as well as all shareware versions of
  41. my toolkits, may be included on any BBS (including, but not limited to,
  42. Compuserve), and may be included on any shareware CD (including, but
  43. not limited to, the SimTel collection).  In other words, you are granted
  44. the right to distribute the shareware versions of Bullet by any means
  45. that you are able, provided that it is understood that any collection
  46. made by you is for your distribution cost of the media, and is not in any
  47. way directly related to Bullet.
  48.  
  49.  
  50. - History
  51.  
  52. -----------
  53. 9-Jan-95-lo
  54. Bullet 1.21 Windows/DOS
  55.  
  56. CreateKXB would fail if ds!=ss.  Modified NEW_HDR.ZIP .h file.
  57.  
  58. --------------
  59. 5-Jan-95-chh
  60. Bullet 1.20 (all versions)
  61.  
  62. Sync all versions to 1.20 (including upcoming OS/2)
  63.  
  64. Fixed AtExitXB bug (LO) where AtExitXB would fail if ExitPack (EP) structure
  65. was not in DGROUP.  Other more minor things were changed, including C structure
  66. names, updating of DOS versions to match Windows version.  OS/2 versions
  67. in testing, both 16- and 32-bit versions for C, C++, and BASIC 7.
  68.  
  69. -------------
  70. 26-Dec-94-chh
  71. Bullet for Windows 1.12
  72. Memory leak
  73.  
  74. Fixed Windows memory leak.
  75.  
  76. ------------
  77. 18-Nov-94-mg
  78. Bullet for Windows 1.11
  79. GetWinFlags, unreferenced error
  80.  
  81. Borland TLINK was not able to reference GetWinFlags.  Now using GETWINFLAGS.
  82. Added #ifndef __BULLET_H to bullet.h.  No other changes.
  83.  
  84. ---------
  85. 18-Aug-94
  86. Bullet for Windows 1.10, Shareware version.
  87.  
  88.  
  89.